Einhugur Word Component for Buoy
TableWidthModes Enum
Enum used for table width modes.
enum TableWidthModes
Constants
Auto = 0
Table is set to automatic width. And its actual width value is always zero.
Absolute = 1
Table width is set to absolute.
Percentage = 2
Table width is set to percentage and the actual width parameter will be in range from 0.0 to 1.0.